Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.autoconfiguredspringdatajpa.withoutdb
/
UserRepository
User
Repository
interface
UserRepository
Members
Functions
find
By
Username
Link copied to clipboard
abstract
fun
findByUsername
(
username
:
String
?
)
:
User
?